Auto merge of #3988 - sdroege:bench-all, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 2 May 2017 14:12:33 +0000 (14:12 +0000)
committerbors <bors@rust-lang.org>
Tue, 2 May 2017 14:12:33 +0000 (14:12 +0000)
commit8cc22d2c9d9985122f16789ea24cfe6411ae408a
tree129de1b811a32827875ba88911c8e13e091432b2
parent7cfeec1aaac3d1909af8476f66c547619eceb640
parent952f3b584d8194e0b0b48f708f796a47461d570a
Auto merge of #3988 - sdroege:bench-all, r=alexcrichton

Add support for benchmarking all members of a workspace with "bench --all"

Same behaviour as "build --all" and others.

See https://github.com/rust-lang/cargo/issues/2878#issuecomment-298302043